0.0.20 • Published 1 year ago

@plusui/react v0.0.20

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Welcome to Plus UI React Library! 🌟

Integrate Plus UI components seamlessly into your React or TypeScript projects for an enhanced user interface.

npm npm

Installation 📦

Install the @plusui/react package alongside @plusui/core to utilize Plus UI components in your React project:

npm install @plusui/core @plusui/react

Usage React ⚛️

Step 1: Import Stylesheet

In your root React file (e.g., index.js or index.tsx), import the Plus UI stylesheet:

import "@plusui/core/style.css";

Step 2: Import and Use Components

Import the desired Plus UI component(s) in your React component file and incorporate them as shown below:

import React from 'react';
import { PlusButton } from '@plusui/react';

function App() {
  return (
    <PlusButton>Button</PlusButton>
  );
}

export default App;
0.0.20

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.15

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago