@astronomer/spectra
v0.0.27
Published
Design system for the Astronomer platform.
Downloads
32
Keywords
Readme
Spectra
Design system for the Astronomer platform.
Add to your project
yarn add @astronomer/spectra
import { Example } from "@astronomer/spectra";
render () {
return (
<Example />
);
}
Develop
Clone the repository and use the package manager yarn to install the project's dependencies.
yarn install
Run the project with yarn.
yarn start
Open Storybook at http://localhost:51731/
.
Release Process
- Login to
npm
in your terminal. - Manually bump the
version
inpackage.json
. - 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.