Skip to content

Latest commit

 

History

History

pyrene

pyrene - Open Systems Component Library

pyrene

Usage

Install Dependency

# npm
npm install --save @osag/pyrene

# yarn
yarn @osag/pyrene

Import Styles

Pyrene comes with its own styles. If you're using something like style-loader or css-loader, make sure to import them:

import '@osag/pyrene/dist/pyrene.min.css';

Components

A Button, for example, is used as this:

import { Button } from '@osag/pyrene';

Contributing

See, CONTRIBUTING.md for guidelines, and DEVELOPMENT.md for technical details.