kronus

0.0.8 • Public • Published

kronus

Minimally designed and structured component framework to run projects quickly, easily and highly configurable

NPM

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

Package Sidebar

Install

npm i kronus

Weekly Downloads

1

Version

0.0.8

License

MIT

Unpacked Size

42 kB

Total Files

36

Last publish

Collaborators

  • mendozagioo