React
Revolutionize Your React Projects with Plus UI: The Future of Component Libraries
React Installation
Install Plus UI and the associated React packages by entering the following command in your terminal or command prompt:
npm install @plusui/core @plusui/react
Import the Plus UI style file anywhere in the project (for example, in the index.css file
// example, app.(jsx, js, tsx, ts) folder//
import "@plusui/core/style.css";
Add Plus UI Component to React Component You can import and use Plus UI components in your React component.
import { PlusButton } from '@plusui/react';
function App() {
return (
<PlusButton status="primary">Primary Button</PlusButton>
);
}
export default App;
Get help
Plus UI is more than a library; it’s a community. Engage with fellow developers, share your Plus UI projects, and contribute to the library’s growth. Your insights, feedback, and contributions drive the evolution of Plus UI:
Last updated
Was this helpful?