Getting Started
Layout Components
Visit the Sample App to see an interactive demo and the actual code!
Sample App + Code
Accordion
Accordion is a component for implementing content that can be opened and closed.
Property | Type | Description |
---|---|---|
title | string | Titile |
Alert
Alert is a component for implementing content that you want to visually stand out.
Property | Type | Description |
---|---|---|
title | string | Titile |
Grid
You can easily create responsive grids.
Property | Type | Description |
---|---|---|
cols | string | Maximum number of columns |
Panel
You can create panels that can be enlarged for detailed viewing.
Tabs
Tabs is a component for implementing switching contents by tabs.