@ducky/plumage-react
v3.0.0
Published
Plumage is Ducky's design system; this is React wrapper
Downloads
83
Keywords
Readme
Plumage ♥ React
This is our React library for Plumage.
This package exposes Ducky's design system as React components. It is built with Stencil.
Read our documentation at https://plumage.ducky.eco/
Installation
Install with NPM.
npm install @ducky/plumage-react
Usage
Import components and use them.
import {PlmgButton} from '@ducky/plumage-react';
function App() {
return (
<PlmgButton text="Hello world">
);
}
export default App;
Development
Learn how to contribute at https://plumage.ducky.eco/1ef994c2c/p/84ca75-contribute-as-a-developer
Don't edit files in this package. It's all generated from the main component library.