0.0.8 • Published 3 years ago

kronus v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

0.0.8

3 years ago

0.0.7

3 years ago

0.0.3

3 years ago

1.0.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

4 years ago