https://github.com/startupjs/startupjs-ui
UI components for StartupJS
https://github.com/startupjs/startupjs-ui
Last synced: 2 months ago
JSON representation
UI components for StartupJS
- Host: GitHub
- URL: https://github.com/startupjs/startupjs-ui
- Owner: startupjs
- Created: 2025-11-14T19:43:52.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2026-03-26T14:08:24.000Z (3 months ago)
- Last Synced: 2026-03-26T21:12:44.995Z (3 months ago)
- Language: TypeScript
- Homepage: https://ui.startupjs.org/
- Size: 3.64 MB
- Stars: 1
- Watchers: 0
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# StartupJS UI
> UI components for StartupJS
Features:
- Universal UI components which work on React Native and Web
## Installation
Add it to a [StartupJS](https://github.com/startupjs/startupjs) project with:
```
yarn add startupjs-ui
```
## Usage
```jsx
import { observer } from 'startupjs'
import { Card, Tag, Div, Span, Button, alert } from 'startupjs-ui'
export default observer(() => {
return (
System Status
operational
alert('Energy beam activated!')}
color='primary'
>Destroy Death Star
)
})
```
## License
MIT