mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added boris tabs
This commit is contained in:
parent
da510e346a
commit
832386d39a
3 changed files with 33 additions and 5 deletions
|
@ -4,6 +4,7 @@ import styles from './styles.module.scss';
|
|||
import markdown from '~/styles/common/markdown.module.scss';
|
||||
import { Group } from '~/components/containers/Group';
|
||||
import { Button } from '~/components/input/Button';
|
||||
import { InputText } from '~/components/input/InputText';
|
||||
|
||||
interface IProps {}
|
||||
|
||||
|
@ -16,6 +17,14 @@ const BorisUIDemo: FC<IProps> = () => (
|
|||
разработке
|
||||
</p>
|
||||
|
||||
<h2>Инпуты</h2>
|
||||
|
||||
<form autoComplete="off">
|
||||
<InputText title="Обычный инпут" />
|
||||
<InputText title="Инпут с ошибкой" error="Ошибка" />
|
||||
<InputText title="Пароль" type="password" />
|
||||
</form>
|
||||
|
||||
<h2>Кнопки</h2>
|
||||
|
||||
<h4>Цвета</h4>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue