Gathering detailed insights and metrics for @yamada-ui/focus-lock
Gathering detailed insights and metrics for @yamada-ui/focus-lock
Gathering detailed insights and metrics for @yamada-ui/focus-lock
Gathering detailed insights and metrics for @yamada-ui/focus-lock
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion.
npm install @yamada-ui/focus-lock
@yamada-ui/react@1.6.5
Published on 25 Nov 2024
@yamada-ui/theme@1.19.4
Published on 25 Nov 2024
@yamada-ui/providers@1.2.16
Published on 25 Nov 2024
@yamada-ui/use-token@1.1.31
Published on 25 Nov 2024
@yamada-ui/theme-tools@1.1.11
Published on 25 Nov 2024
@yamada-ui/use-value@1.1.31
Published on 25 Nov 2024
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
821 Stars
11,829 Commits
216 Forks
6 Watching
44 Branches
163 Contributors
Updated on 28 Nov 2024
TypeScript (60.16%)
MDX (39.74%)
Handlebars (0.1%)
Cumulative downloads
Total Downloads
Last day
279.3%
713
Compared to previous day
Last week
157%
3,452
Compared to previous week
Last month
-17.3%
7,284
Compared to previous month
Last year
1,041.5%
84,290
Compared to previous year
2
1
2
English | 日本語
Yamada UI is a React UI component library that streamlines the development of cutting-edge web applications and websites. This library offers a diverse range of components that can be easily combined to construct complex user interfaces, incorporating various features such as color modes and animations, which are not typically supported by other React UI component libraries.
Yamada UI has drawn a lot of inspiration from Chakra UI, MUI and Mantine UI. This has brought me wonderful experiences in my life. I am deeply grateful to Segun Adebayo and all the gods who have given me such experiences. And I love them.
It's the https://yamada-ui.com website for the latest version of Yamada UI.
Box
and Stack
that make it easy to style your components by passing props.To use Yamada UI components, all you need to install the
@yamada-ui/react
package.
1pnpm add @yamada-ui/react 2# or 3yarn add @yamada-ui/react 4# or 5npm install @yamada-ui/react 6# or 7bun add @yamada-ui/react
@yamada-ui/table
and @yamada-ui/calendar
, among others,
are not included with @yamada-ui/react
.
You will need to install them separately.
1# Provide a convenient Table component using `@tanstack/react-table`. 2pnpm add @yamada-ui/table 3 4# Provide a convenient Calendar and datePicker, MonthPicker component 5pnpm add @yamada-ui/calendar 6 7# Provide a convenient Carousel component using `embla-carousel-react`. 8pnpm add @yamada-ui/carousel 9 10# Provide a convenient Dropzone component using `react-dropzone`. 11pnpm add @yamada-ui/dropzone 12 13# Provide a convenient Chart component using `recharts`. 14pnpm add @yamada-ui/charts 15 16# Provide a convenient Markdown component using `react-markdown` and `react-syntax-highlighter`. 17pnpm add @yamada-ui/markdown 18 19# Provide a convenient Icon component using `Lucide`. 20pnpm add @yamada-ui/lucide 21 22# a package for conveniently using `Font Awesome`. 23pnpm add @yamada-ui/fontawesome
To get started with using the components, please follow the steps below:
UIProvider
provided1import { UIProvider } from "@yamada-ui/react" 2 3const App = ({ children }) => { 4 return <UIProvider>{children}</UIProvider> 5} 6 7export default App
Yamada UI supports light and dark modes by default
1import { Box, Text } from "@yamada-ui/react" 2 3const Example = () => { 4 return ( 5 <Box> 6 <Text>ギャルのパンティーおくれーーーっ!!!!!</Text> 7 </Box> 8 ) 9}
Please support this project with you or your organization. Your logo will appear here with a link to your website. We'll appreciate some support. [Contribute]
Wouldn't you like to contribute? That's amazing! We have prepared a contribution guide to assist you.
If you're interested in contributing to the documentation, please refer to this contribution guide.
MIT © Hirotomo Yamada
No vulnerabilities found.
No security vulnerabilities found.