Container
<Container>
tag.Example
Content
<Container>
Content
</Container>
Using Tailwind CSS Styles with the class
Attribute
Step 1
This is the content of step 1.
Step 2
This is the content of step 2.
<Container class="text-center text-xl font-bold" style="">
<Steps>
<Step title="Step 1">
This is the content of step 1.
</Step>
<Step title="Step 2">
This is the content of step 2.
</Step>
</Steps>
</Container>
Defining Styles Directly with style
Step 1
This is the content of step 1.
Step 2
This is the content of step 2.
<Container class="text-center text-xl font-bold" style="background-color: #f0f0f0; padding: 10px;">
<Steps>
<Step title="Step 1">
This is the content of step 1.
</Step>
<Step title="Step 2">
This is the content of step 2.
</Step>
</Steps>
</Container>
Parameter Description
Container
class
string
optional
style
string
optional