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: 5 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T14:31:17.000Z (over 2 years ago)
- Last Synced: 2025-01-27T06:35:19.487Z (5 months 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`.