Skip to content

Commit

Permalink
Feat #43 - Tag, Link components
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-dassana authored Aug 14, 2020
1 parent 01455c8 commit ee7fce6
Show file tree
Hide file tree
Showing 14 changed files with 1,172 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
rollup.config.ts
jest.config.js
1 change: 0 additions & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { addDecorator, addParameters } from '@storybook/react'
import { withInfo } from '@storybook/addon-info'
import { DocsPage, DocsContainer } from '@storybook/addon-docs/blocks'
import 'semantic-ui-css/semantic.css'
import React, { ReactNode } from 'react'

const infoOptions = {
Expand Down
Loading

0 comments on commit ee7fce6

Please sign in to comment.