Skip to content

Instantly share code, notes, and snippets.

@radi-cho
Created November 17, 2017 14:58
Show Gist options
  • Save radi-cho/fa83c8e35ad58f9a634b74a54fa186b9 to your computer and use it in GitHub Desktop.
Save radi-cho/fa83c8e35ad58f9a634b74a54fa186b9 to your computer and use it in GitHub Desktop.
// Before
import { RSGButton } from 'rsg-components'
import { RSGBox } from 'rsg-components';
import { RSGCheckbox, RSGLabel } from 'rsg-components'
import { RSGProgressBar as PB } from 'rsg-components'
// After 3.0.0-beta.1
import { Button } from 'rsg-components'
import { Box } from 'rsg-components';
import { Checkbox, Label } from 'rsg-components'
import { ProgressBar as PB } from 'rsg-components'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment