@krowdy-ui/core
TypeScript icon, indicating that this package has built-in type declarations

0.0.93 • Public • Published

Krowdy-UI logo

Krowdy-UI

React components that implement Google's Material Design.

npm package npm downloads CII Best Practices Code style Average time to resolve an issue

This project based on Material-UI

Deploy

Nuevas versiones de los proyectos

Para deployar las nuevas version de krowdy-ui/xxx se necesita situarte en la ruta del proyecto a deployar, que se encuentran normalmente en packages/krowdy-ui-xxx, modificar el version del package.json y posterior a eso ejecutar el siguiente comando:

// with npm
npm run release

Nuevas versiones de la documentacion

Las nuevas versiones de la documentacion se tagean desde gitlab y automaticamente se deployaran

Installation

Krowyd-UI is available as an npm package.

Web site

// with npm
npm install @krowdy-ui/core

// with yarn
yarn add @krowdy-ui/core

Please note that @next will only point to pre-releases; to get the latest stable release use @latest instead.

Usage

Here is a quick example to get you started, it's all you need:

import React from 'react';
import ReactDOM from 'react-dom';
import { ThemeProvider } from '@krowdy-ui/styles';
import { Button, createTheme, krowdyTheme } from '@krowdy-ui/core';


function App() {
  return (
    <ThemeProvider theme={createTheme(krowdyTheme)}>
      <Button variant="contained" color="krowdy">
        Hello World
      </Button>
    </ThemeProvider>
  );
}

ReactDOM.render(<App />, document.querySelector('#app'));

Yes, it's really all you need to get started as you can see in this live and interactive demo:

Edit Button

Questions

For how-to questions and other non-issues, please use StackOverflow instead of Github issues. There is a StackOverflow tag called "krowdy-ui" that you can use to tag your questions.

Examples

Are you looking for an example project to get started? We host some.

Documentation

Check out our documentation website.

Changelog

Recently Updated? Please read the changelog.

Contributing

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Krowdy-UI.

License

This project is licensed under the terms of the MIT license.

Dependents (0)

Package Sidebar

Install

npm i @krowdy-ui/core

Weekly Downloads

472

Version

0.0.93

License

MIT

Unpacked Size

2.22 MB

Total Files

1168

Last publish

Collaborators

  • ghondar
  • grovertb