Skip to content

Commit

Permalink
Updated markdown to follow new import methods
Browse files Browse the repository at this point in the history
  • Loading branch information
w3aseL committed Aug 12, 2020
1 parent edc9709 commit eb2e7be
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 30 deletions.
2 changes: 0 additions & 2 deletions src/components/Button/Button.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Importing the button.
```js static
import Button from 'revibe-component-library/Button'

import { Button } from 'revibe-component-library'
```

Expand Down
2 changes: 0 additions & 2 deletions src/components/Card/Card.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Importing the card.
```js static
import Card from 'revibe-component-library/Card'

import { Card } from 'revibe-component-library'
```

Expand Down
2 changes: 0 additions & 2 deletions src/components/Checkbox/Checkbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Importing the checkbox.
```js static
import Checkbox from 'revibe-component-library/Checkbox'

import { Checkbox } from 'revibe-component-library'
```

Expand Down
2 changes: 0 additions & 2 deletions src/components/Dropdown/Dropdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Importing the dropdown.
```js static
import Dropdown from 'revibe-component-library/Text'

import { Dropdown } from 'revibe-component-library'
```

Expand Down
2 changes: 0 additions & 2 deletions src/components/InfoArea/InfoArea.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Importing the info area.
```js static
import InfoArea from 'revibe-component-library/Button'

import { InfoArea } from 'revibe-component-library'
```

Expand Down
2 changes: 0 additions & 2 deletions src/components/Progress/Progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Importing the progress bar.
```js static
import Progress from 'revibe-component-library/Progress'

import { Progress } from 'revibe-component-library'
```

Expand Down
2 changes: 0 additions & 2 deletions src/components/Radio/Radio.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Importing the radio.
```js static
import Radio from 'revibe-component-library/Radio'

import { Radio } from 'revibe-component-library'
```

Expand Down
2 changes: 0 additions & 2 deletions src/components/Select/Select.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Importing the switch.
```js static
import Select from 'revibe-component-library/Select'

import { Select } from 'revibe-component-library'
```

Expand Down
2 changes: 0 additions & 2 deletions src/components/Slider/Slider.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Importing the slider.
```js static
import Slider from 'revibe-component-library/Slider'

import { Slider } from 'revibe-component-library'
```

Expand Down
2 changes: 0 additions & 2 deletions src/components/Switch/Switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Importing the switch.
```js static
import Switch from 'revibe-component-library/Switch'

import { Switch } from 'revibe-component-library'
```

Expand Down
2 changes: 0 additions & 2 deletions src/components/Tabs/Tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Importing the tabs.
```js static
import Tabs from 'revibe-component-library/Tabs'

import { Tabs } from 'revibe-component-library'
```

Expand Down
2 changes: 0 additions & 2 deletions src/components/Tags/Tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Importing the tags.
```js static
import Tags from 'revibe-component-library/Tags'

import { Tags } from 'revibe-component-library'
```

Expand Down
2 changes: 0 additions & 2 deletions src/components/Text/Text.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Importing the text component.
```js static
import Text from 'revibe-component-library/Text'

import { Text } from 'revibe-component-library'
```

Expand Down
2 changes: 0 additions & 2 deletions src/components/TextInput/TextInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Importing the button.
```js static
import TextInput from 'revibe-component-library/Input'

import { TextInput } from 'revibe-component-library'
```

Expand Down
2 changes: 0 additions & 2 deletions src/components/ToolTip/ToolTip.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Importing the tooltip.
```js static
import ToolTip from 'revibe-component-library/ToolTip'

import { ToolTip } from 'revibe-component-library'
```

Expand Down

0 comments on commit eb2e7be

Please sign in to comment.