开源软件名称(OpenSource Name):nextui-org/nextui开源软件地址(OpenSource Url):https://github.com/nextui-org/nextui开源编程语言(OpenSource Language):TypeScript 96.9%开源软件介绍(OpenSource Introduction):NextUI
Getting StartedVisit https://nextui.org/guide to get started with NextUI. DocumentationVisit https://nextui.org/docs to view the full documentation. Quick Start
yarn add @nextui-org/react
# or
npm i @nextui-org/react
Go to the root of your application and do this: import { NextUIProvider } from '@nextui-org/react';
const Application = () => (
<NextUIProvider>
<AppComponent /> // ---> Your App Component
</NextUIProvider>
);
import { Button } from '@nextui-org/react';
const Component = () => <Button>Click me</Button>;
import Button from '@nextui-org/react/button';
const Component = () => <Button>Click me</Button>; CommunityWe're excited to see the community adopt NextUI, raise issues, and provide feedback. Whether it's a feature request, bug report, or a project to showcase, please get involved! ContributingContributions are always welcome! See CONTRIBUTING.md for ways to get started. Please adhere to this project's CODE_OF_CONDUCT. License |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论