Minimally designed and structured component framework to run projects quickly, easily and highly configurable
Currently the project is starting, so, the documentation is pending.
npm install kronus
or
yarn add kronus
@import "~kronus/scss/kronus";
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
Code released under the MIT License