Skip to content

Framework de componentes minimamente diseñados y estructurados para iniciar proyectos de forma rápida, sencilla y altamente configurable.

License

Notifications You must be signed in to change notification settings

Grupo-Abraxas/kronus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Framework de componentes minimamente diseñados y estructurados para iniciar proyectos de forma rápida, sencilla y altamente configurable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published