https://github.com/laurawebdev/sui
A modern framework-agnostic component library
https://github.com/laurawebdev/sui
Last synced: 4 months ago
JSON representation
A modern framework-agnostic component library
- Host: GitHub
- URL: https://github.com/laurawebdev/sui
- Owner: LauraWebdev
- License: mit
- Created: 2023-07-08T17:10:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T16:26:36.000Z (about 2 years ago)
- Last Synced: 2025-10-09T02:35:59.214Z (8 months ago)
- Language: SCSS
- Homepage: https://laurawebdev.github.io/sui/
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sui - Sofia's User Interface
Sui, short for "Sofia's User Interface", is a powerful framework-agnostic component library crafted by developer Laura Sofia Heimann.
### Documentation
To learn more, visit our [documentation](https://laurawebdev.github.io/sui)!
### Development setup
#### Installing dependencies
```shell
npm install
```
---
#### Building the library
```shell
npm run lib:build
```
#### Publish the library
```shell
npm run lib:publish
```
---
#### Starting the documentation dev server
```shell
npm run docs:dev
```
#### Starting the documentation server
```shell
npm run docs:serve
```
#### Building the documentation
```shell
npm run docs:build
```