Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c8r/iso
Build pages and prototypes with Lab UI components. No configuration or build setup required.
https://github.com/c8r/iso
c8r components compositor design prototype react ui
Last synced: 26 days ago
JSON representation
Build pages and prototypes with Lab UI components. No configuration or build setup required.
- Host: GitHub
- URL: https://github.com/c8r/iso
- Owner: c8r
- License: mit
- Created: 2017-12-02T16:01:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T18:44:56.000Z (over 6 years ago)
- Last Synced: 2024-07-31T18:24:50.982Z (4 months ago)
- Topics: c8r, components, compositor, design, prototype, react, ui
- Language: JavaScript
- Homepage: https://compositor.io/iso/
- Size: 13.3 MB
- Stars: 150
- Watchers: 6
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Iso
Build and prototype with pure JSX – no build setup or command line required
- [Download Iso][download]
- [Documentation][docs]---
- Prototype with React components
- Create layouts using only JSX
- No command line required
- No build setup
- Configurable component libraries
- Configurable themes
- Support for [styled-components][sc]---
## Contributing
### Development
Install dependencies
```sh
npm i
```Compile source code for the renderer process
```sh
npm run watch
```Start the electron app
```sh
npm start
```---
### Migrating from previous Iso versions (below v0.1.0)
Iso v0.1.0 includes breaking changes for how JSX files and configurations work.
If you've used a previous version of Iso, see the [Migration Guide](docs/migration.md) for more information.---
[Made by Compositor](https://compositor.io)
|
[MIT License](LICENSE.md)[sc]: https://github.com/styled-components/styled-components
[download]: https://github.com/c8r/iso/releases/latest
[docs]: docs/