Skip to content

Commit

Permalink
Feat #43 - Add semantic-ui to Button
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-dassana committed Aug 13, 2020
1 parent 441b7a2 commit ee5414b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { addDecorator, addParameters } from '@storybook/react'
import { withInfo } from '@storybook/addon-info'
import { DocsPage, DocsContainer } from '@storybook/addon-docs/blocks'
import React, { ReactNode } from 'react'
import 'semantic-ui-css/semantic.css'
import 'antd/dist/antd.css'

const infoOptions = {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Button/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'semantic-ui-css/semantic.min.css'
import classnames from 'classnames'
import React, { FC, ReactNode } from 'react'

export type ButtonType = 'submit' | 'button' | 'reset'

export interface ButtonProps {
Expand Down

0 comments on commit ee5414b

Please sign in to comment.