Bleed

Bleed is a component used to extend elements beyond the boundaries of a container.

北斗の拳

北斗の拳

199X年。世界は核の炎に包まれた。文明社会は消え去り、世界は暴力が支配する弱肉強食の時代へと突入した。

それから数年後、一子相伝の暗殺拳である北斗神拳の伝承者となったケンシロウは愛する女性ユリアと共に旅に出る。

しかし、ユリアを愛する南斗孤鷲拳の使い手シンに敗北し、ケンシロウは胸に七つの傷をつけられユリアを奪われてしまう。

ユリアを取り戻すため荒野をさまようケンシロウ。そこでケンシロウは言葉を失った少女リンとしたたかに生きる少年バットと運命の出会いを果たす。

北斗神拳の宿命に導かれるまま乱世に覇をとなえる強敵たちと戦い、弱き者を救い続けるケンシロウ。北斗神拳と対を成す南斗の使い手との戦いや、ケンシロウを見守る兄トキとの出会い、そしてトキとケンシロウが目指した北斗の長兄であり最強の男ラオウとの戦いを通じ、ケンシロウは乱世を救う真の救世主へと成長していく。

Usage

import { Bleed } from "@yamada-ui/react"
<Bleed />

Align Vertically

To align vertically, use the block property.

北斗の拳

Specify Direction

To align in a specific direction, use properties like inlineStart or blockEnd.

北斗の拳
北斗の拳
北斗の拳
北斗の拳

Match Screen Width

To match the screen width, set inline to full.

Props

Similar Components

Box

Box is the most abstract component on which all other components are built. By default, it renders a div element.

Center

Center is a component that aligns the child elements in the center within the component.

Container

Container is a component used as a general division element. By default, it renders the section element.

Flex

Flex is a component that sets flex to Box. Also, convenient style shorthand is available.

Float

Float is a component used to fix elements to the edges of a container.

Grid

Grid is a component for managing grid layouts. It also comes with handy style shorthand.

Group

Group is a component that groups and attaches multiple elements together.

HStack

HStack is used to stack child elements horizontally.