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

https://github.com/sensorario/sensorario-design-system


https://github.com/sensorario/sensorario-design-system

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# sensorario-design-system

How to install.

```bash
npm i sensorario-design-system
```

How to use it.

```TypeScript
import "sensorario-design-system/style/index.css";
```

Button example.

```TypeScript
import Button from "sensorario-design-system/Button";

export default function Page() {
return (
<>
Primary
Secondary
Disabled
>
);
}
```

[npm package](https://www.npmjs.com/package/sensorario-design-system)