https://github.com/determinatesystems/ui
Determinate Systems' design system
https://github.com/determinatesystems/ui
Last synced: 12 months ago
JSON representation
Determinate Systems' design system
- Host: GitHub
- URL: https://github.com/determinatesystems/ui
- Owner: DeterminateSystems
- License: mit
- Created: 2025-06-05T13:14:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T12:45:13.000Z (about 1 year ago)
- Last Synced: 2025-06-22T00:30:56.269Z (12 months ago)
- Language: TypeScript
- Size: 207 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `@determinate-systems/ui`
## Usage
The only special note here is that there is a bundled CSS file that needs to be imported alongside the usual React components. Most bundlers are able to ingest CSS, so this import statement should suffice:
```javascript
import "@determinate-systems/ui/index.css";
```
## Development
Run these two commands in two separate terminals. (Storybook needs to see the CSS, so it's better to have Rollup complete its CSS work.)
1. `npm run watch`
2. `npm run storybook`
Remember to use `npm run format:fix` to match Prettier's expected formatting style.