Socket
Book a DemoInstallSign in
Socket

@ducky/plumage-react

Package Overview
Dependencies
Maintainers
7
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ducky/plumage-react

Plumage is Ducky's design system; this is React wrapper

Source
npmnpm
Version
1.1.2
Version published
Maintainers
7
Created
Source

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.

FAQs

Package last updated on 08 Mar 2023

Did you know?

Socket

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.

Install

Related posts