Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreesq/sigma
Simple, modern UI library using styled-components and also bundles additional functionality for serpent framework
https://github.com/dreesq/sigma
dreesq library sigma ui
Last synced: 8 days ago
JSON representation
Simple, modern UI library using styled-components and also bundles additional functionality for serpent framework
- Host: GitHub
- URL: https://github.com/dreesq/sigma
- Owner: dreesq
- Created: 2019-07-20T13:19:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T14:31:17.000Z (almost 2 years ago)
- Last Synced: 2024-12-18T16:26:13.752Z (15 days ago)
- Topics: dreesq, library, sigma, ui
- Language: JavaScript
- Homepage:
- Size: 7.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sigma is an UI library made using `styled-components`. You can install it using `npm install @dreesq/sigma` command.
The library is built using the core component `Sigma`. Here's a basic example on how to use the component:
```js
import { render } from "react-dom";
import { Sigma } from "@dreesq/sigma";const root = (
);render(root, document.querySelector("#root"));
```In addition to the core component, the library provides additional useful components such as `Grid` and `Base`.