Package detail

@yamada-ui/utils

yamada-ui5.2kMIT1.7.2

Yamada UI utils

utils, utilities, yamada, yamada ui

readme

Yamada UI

NPM Minzip MIT License NPM Downloads MIT License Github Stars MIT License

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.

Contents

Respect

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.

Documentation

It's the https://yamada-ui.com website for the latest version of Yamada UI.

Features

  • Ease of Styling: Yamada UI contains a set of layout components like Box and Stack that make it easy to style your components by passing props.
  • Flexible & composable: Yamada UI components are built on top of a React UI Primitive for endless composability.
  • Animation: Yamada UI provides hooks that allow for easy declaration of animations. These hooks can be written similar to CSS animations and are supported by all components.
  • Color mode: Yamada UI makes it easy to set values for each color mode in the props of all components.
  • Theme switching: Yamada UI allows users to switch themes. Users can adapt their own themes and use web applications and websites.
  • Other features: Yamada UI comes with essential loading and notification features that are considered crucial for modern web applications and websites. This means you don't have to define them individually yourself.

Installation

To use Yamada UI components, all you need to install the @yamada-ui/react package.

pnpm add @yamada-ui/react
# or
yarn add @yamada-ui/react
# or
npm install @yamada-ui/react
# or
bun 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.

# Provide a convenient Table component using `@tanstack/react-table`.
pnpm add @yamada-ui/table

# Provide a convenient Calendar and datePicker, MonthPicker component
pnpm add @yamada-ui/calendar

# Provide a convenient Carousel component using `embla-carousel-react`.
pnpm add @yamada-ui/carousel

# Provide a convenient Dropzone component using `react-dropzone`.
pnpm add @yamada-ui/dropzone

# Provide a convenient Chart component using `recharts`.
pnpm add @yamada-ui/charts

# Provide a convenient Markdown component using `react-markdown` and `react-syntax-highlighter`.
pnpm add @yamada-ui/markdown

# Provide a convenient Icon component using `Lucide`.
pnpm add @yamada-ui/lucide

# a package for conveniently using `Font Awesome`.
pnpm add @yamada-ui/fontawesome

Usage

To get started with using the components, please follow the steps below:

  1. Wrap your application with the UIProvider provided
import { UIProvider } from "@yamada-ui/react"

const App = ({ children }) => {
  return <UIProvider>{children}</UIProvider>
}

export default App

Yamada UI supports light and dark modes by default

  1. Now you can start using components like so
import { Box, Text } from "@yamada-ui/react"

const Example = () => {
  return (
    <Box>
      <Text>ギャルのパンティーおくれーーーっ!!!!!</Text>
    </Box>
  )
}

CodeSandbox

Support

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]

Organizations

Individuals

Contributing

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.

License

MIT © Hirotomo Yamada

changelog

Changelog

Latest Release

June 10, 2025: v1.7.7

Previous Releases

March 24, 2025: v1.7.6

February 25, 2025: v1.7.5

January 25, 2025: v1.7.4

January 7, 2025: v1.7.3

December 15, 2024: v1.7.2

December 11, 2024: v1.7.1

November 29, 2024: v1.7.0

November 25, 2024: v1.6.5

November 19, 2024: v1.6.4

November 12, 2024: v1.6.3

November 5, 2024: v1.6.2

November 1, 2024: v1.6.1

October 29, 2024: v1.6.0

October 24, 2024: v1.5.5

October 11, 2024: v1.5.4

September 28, 2024: v1.5.3

September 21, 2024: v1.5.2

September 12, 2024: v1.5.1

August 25, 2024: v1.5.0

August 25, 2024: v1.4.10

August 11, 2024: v1.4.9

July 30, 2024: v1.4.8

July 26, 2024: v1.4.7

July 21, 2024: v1.4.6

July 13, 2024: v1.4.5

July 4, 2024: v1.4.4

June 28, 2024: v1.4.3

June 20, 2024: v1.4.2

June 15, 2024: v1.4.1

June 10, 2024: v1.4.0

May 28, 2024: v1.3.12

May 21, 2024: v1.3.11

May 11, 2024: v1.3.10

May 4, 2024: v1.3.9

April 29, 2024: v1.3.8

April 22, 2024: v1.3.7

April 21, 2024: v1.3.6

April 18, 2024: v1.3.5

April 14, 2024: v1.3.4

April 10, 2024: v1.3.3

April 8, 2024: v1.3.2

April 5, 2024: v1.3.1

March 28, 2024: v1.3.0

March 18, 2024: v1.2.11

March 18, 2024: v1.2.10

March 11, 2024: v1.2.9

March 3, 2024: v1.2.8

February 25, 2024: v1.2.7

February 18, 2024: v1.2.6

February 9, 2024: v1.2.5

February 5, 2024: v1.2.4

February 2, 2024: v1.2.3

January 25, 2024: v1.2.2

January 19, 2024: v1.2.1

January 19, 2024: v1.2.0

January 17, 2024: v1.1.10

January 16, 2024: v1.1.9

January 16, 2024: v1.1.8

January 15, 2024: v1.1.7

January 15, 2024: v1.1.6

January 11, 2024: v1.1.5

January 5, 2024: v1.1.4

January 5, 2024: v1.1.3

January 3, 2024: v1.1.2

December 31, 2023: v1.1.1

December 31, 2023: v1.1.0

December 29, 2023: v1.0.5

December 28, 2023: v1.0.4

December 27, 2023: v1.0.3

December 26, 2023: v1.0.2

December 25, 2023: v1.0.1

December 24, 2023: v1.0.0

December 24, 2023: v0.9.10

December 24, 2023: v0.9.9

December 21, 2023: v0.9.8

December 19, 2023: v0.9.7

December 18, 2023: v0.9.6

December 18, 2023: v0.9.5

December 16, 2023: v0.9.4

December 14, 2023: v0.9.3

December 11, 2023: v0.9.2

December 10, 2023: v0.9.1

December 8, 2023: v0.9.0

December 7, 2023: v0.8.36

December 5, 2023: v0.8.35

November 30, 2023: v0.8.34

November 29, 2023: v0.8.33

November 26, 2023: v0.8.32

November 26, 2023: v0.8.31

November 26, 2023: v0.8.30

November 26, 2023: v0.8.29

November 24, 2023: v0.8.28

November 23, 2023: v0.8.27

November 22, 2023: v0.8.26

November 21, 2023: v0.8.25

November 19, 2023: v0.8.24

November 18, 2023: v0.8.23

November 16, 2023: v0.8.22

November 15, 2023: v0.8.21

November 15, 2023: v0.8.20

November 14, 2023: v0.8.19

November 14, 2023: v0.8.18

November 13, 2023: v0.8.17

November 10, 2023: v0.8.16

November 5, 2023: v0.8.15

November 5, 2023: v0.8.14

November 3, 2023: v0.8.13

November 2, 2023: v0.8.12

October 29, 2023: v0.8.11

October 24, 2023: v0.8.10

October 24, 2023: v0.8.9

October 20, 2023: v0.8.8

October 19, 2023: v0.8.7

October 18, 2023: v0.8.6

October 17, 2023: v0.8.5

October 16, 2023: v0.8.4

October 15, 2023: v0.8.3

October 15, 2023: v0.8.2

October 12, 2023: v0.8.1

October 11, 2023: v0.8.0

October 10, 2023: v0.7.9

October 8, 2023: v0.7.8

October 5, 2023: v0.7.7

October 2, 2023: v0.7.6

September 29, 2023: v0.7.5

September 29, 2023: v0.7.4

September 28, 2023: v0.7.3

September 25, 2023: v0.7.2

September 21, 2023: v0.7.1

September 19, 2023: v0.7.0

September 17, 2023: v0.6.4

September 10, 2023: v0.6.3

September 9, 2023: v0.6.2

September 5, 2023: v0.6.1

September 5, 2023: v0.6.0

August 13, 2023: v0.5.28

August 7, 2023: v0.5.27

August 6, 2023: v0.5.26

August 6, 2023: v0.5.25

August 6, 2023: v0.5.24

August 6, 2023: v0.5.23

August 6, 2023: v0.5.22

August 5, 2023: v0.5.21

August 3, 2023: v0.5.20

August 2, 2023: v0.5.19

July 29, 2023: v0.5.18

July 28, 2023: v0.5.17

July 27, 2023: v0.5.16

July 25, 2023: v0.5.15

July 24, 2023: v0.5.14

July 22, 2023: v0.5.13

July 22, 2023: v0.5.12

July 18, 2023: v0.5.11

July 17, 2023: v0.5.10

July 17, 2023: v0.5.9

July 17, 2023: v0.5.8

July 15, 2023: v0.5.7

July 14, 2023: v0.5.6

July 10, 2023: v0.5.5

July 8, 2023: v0.5.4

July 5, 2023: v0.5.3

July 5, 2023: v0.5.2

July 2, 2023: v0.5.1

July 1, 2023: v0.5.0

June 26, 2023: v0.4.7

June 26, 2023: v0.4.6

June 25, 2023: v0.4.5

June 22, 2023: v0.4.4

June 20, 2023: v0.4.3

June 20, 2023: v0.4.2

June 14, 2023: v0.4.1

June 13, 2023: v0.4.0

June 13, 2023: v0.3.2

June 12, 2023: v0.3.1

June 12, 2023: v0.3.0

June 12, 2023: v0.2.11

June 11, 2023: v0.2.10

June 11, 2023: v0.2.9

June 11, 2023: v0.2.8

June 9, 2023: v0.2.7

June 8, 2023: v0.2.6

June 8, 2023: v0.2.5

June 8, 2023: v0.2.4

June 7, 2023: v0.2.3

June 6, 2023: v0.2.2

June 6, 2023: v0.2.1

June 6, 2023: v0.2.0

June 5, 2023: v0.1.2

June 3, 2023: v0.1.1