Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        




Demo

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`.