0.0.8 • Published 5 years ago
kronus v0.0.8
kronus
Minimally designed and structured component framework to run projects quickly, easily and highly configurable
Documentation
Currently the project is starting, so, the documentation is pending.
To use in your project
Install
npm install kronusor
yarn add kronusIn your main SCSS file
@import "~kronus/scss/kronus";Importing and using
import React from 'react'
import { Button } from 'kronus'
// or import it by component
import Button from 'kronus/Button'
const Example = () => {
render() {
return (
<Button>Example</Button>
)
}
}
export default ExampleAvailable scripts
npm start
npm run test
npm run build
License
Code released under the MIT License