https://github.com/clearfeld/control-ui
Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
https://github.com/clearfeld/control-ui
components nextjs radix-ui react stylex stylexjs ui
Last synced: 6 months ago
JSON representation
Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
- Host: GitHub
- URL: https://github.com/clearfeld/control-ui
- Owner: clearfeld
- License: mit
- Created: 2024-07-10T17:22:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-22T06:15:57.000Z (12 months ago)
- Last Synced: 2024-10-23T07:20:29.776Z (12 months ago)
- Topics: components, nextjs, radix-ui, react, stylex, stylexjs, ui
- Language: TypeScript
- Homepage: https://control-ui.clearfeld.com
- Size: 1.02 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Control UI
Accessible and customizable components that you can copy and paste into your apps, or install as a package.
Built using stylex, shadcn, radix primitives as a foundation.
## Running the repo locally
```bash
bun install
bun run build
cd packages/_site
bun run dev
```## License
Licensed under the [MIT license](https://github.com/clearfeld/control-ui/blob/main/LICENSE).