@omnidev/sigil
v0.12.1
Published
Omni Sigil design system and library
Downloads
824
Readme
Omni Sigil Design System & UI Kit
[!WARNING] This project is in early development. Use at your own risk, and expect turbulence in the codebase.
Universal design system and component library for Omni, powered by Panda and Ark.
Quick Start
Follow the prerequisities to install Panda in your project, then follow the package install instructions.
Local Development
- Set up local environment variables:
cp .env.local.template .env.local
- Install dependencies:
bun i
- Start development stack:
bun dev
If you'd like to develop outside of Storybook, as in a dedicated app, follow the prerequisities, then follow the local usage instructions.
Component Generation
To generate a new component, run bun generate
and follow the prompts. This will create a new component file, story, and recipe in the appropriate directories.
This generator is powered by Turbo's generate
subcommand.
License
The code in this repository is licensed under MIT, © Brian Cooper and Omni LLC. See LICENSE.md for more information.