kronus
v0.0.8
Published
Minimally designed and structured component framework to run projects quickly, easily and highly configurable
Downloads
6
Maintainers
Readme
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 kronus
or
yarn add kronus
In 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 Example
Available scripts
npm start
npm run test
npm run build
License
Code released under the MIT License