Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@chicho-ui/core
Advanced tools
React components that implement Google's Material Design.
Para deployar las nuevas version de chicho-ui/xxx se necesita situarte en la ruta del proyecto a deployar, que se encuentran normalmente en packages/chicho-ui-xxx, modificar el version del package.json y posterior a eso ejecutar el siguiente comando:
// with npm
npm run release
Las nuevas versiones de la documentacion se tagean desde gitlab y automaticamente se deployaran
Chicho-UI is available as an npm package.
// with npm
npm install @chicho-ui/core
// with yarn
yarn add @chicho-ui/core
Please note that @next
will only point to pre-releases; to get the latest stable release use @latest
instead.
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 "@chicho-ui/styles";
import { Button, createTheme, chichoTheme } from "@chicho-ui/core";
function App() {
return (
<ThemeProvider theme={createTheme(chichoTheme)}>
<Button variant="contained" color="chicho">
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:
For how-to questions and other non-issues, please use StackOverflow instead of Github issues. There is a StackOverflow tag called "chicho-ui" that you can use to tag your questions.
Are you looking for an example project to get started? We host some.
Check out our documentation website.
Recently Updated? Please read the changelog.
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 Chicho-UI.
This project is licensed under the terms of the MIT license.
FAQs
React components that implement Google's Material Design.
We found that @chicho-ui/core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.