0.0.15 • Published 2 months ago

@plusui/react v0.0.15

Weekly downloads
-
License
-
Repository
-
Last release
2 months 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.15

2 months ago

0.0.13

4 months ago

0.0.14

4 months ago

0.0.10

5 months ago

0.0.11

5 months ago

0.0.12

5 months ago

0.0.8

5 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago