Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astronomer/spectra
Reusable UI components for Astronomer projects.
https://github.com/astronomer/spectra
components design-system react ui
Last synced: about 3 hours ago
JSON representation
Reusable UI components for Astronomer projects.
- Host: GitHub
- URL: https://github.com/astronomer/spectra
- Owner: astronomer
- Created: 2020-01-31T16:42:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T23:07:38.000Z (over 1 year ago)
- Last Synced: 2024-08-09T04:58:20.795Z (3 months ago)
- Topics: components, design-system, react, ui
- Language: JavaScript
- Homepage: https://spectra.astronomer.io
- Size: 3.89 MB
- Stars: 3
- Watchers: 44
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spectra
Design system for the Astronomer platform.
## Add to your project
```bash
yarn add @astronomer/spectra
``````JSX
import { Example } from "@astronomer/spectra";render () {
return (
);
}
```## Develop
Clone the repository and use the package manager [yarn](https://yarnpkg.com) to install the project's dependencies.
```bash
yarn install
```Run the project with yarn.
```bash
yarn start
```Open Storybook at `http://localhost:51731/`.
## Release Process
1. Login to `npm` in your terminal.
2. Manually bump the `version` in `package.json`.
3. Run `npm publish` - this builds the new `/dist` and pushes to npm## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.