Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 1.13 KB

List.mdx

File metadata and controls

74 lines (50 loc) · 1.13 KB

import { Meta, Canvas, Story, ArgsTable } from '@storybook/addon-docs';

import { Alert } from '../../components'; import { Header } from '../shared';

import { List } from '../../components';

import { Default, Ordered, Divided, HeaderAndSubHeader, WithIcons, } from './List.stories.jsx';

import EvaluationForm from '../../stories/shared/EvaluationForm'

List is a component with continuous, ordered or not, elements. There can text, icons, or both.

Importing

import List from '@catho/quantum/List';

API

Examples

Default

Ordered

Divided

With header and subheader

With icons