Skip to content

Commit ba22aad

Browse files
committed
fix: camelCase snippet names
BREAKING CHANGE: all snippet names have been converted from kebab-case to camelCase, because tab completion doesn't work with kebab-case.
1 parent 4f32ebb commit ba22aad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+309
-309
lines changed

README.md

Lines changed: 288 additions & 288 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import snip from '../snip'
2-
import { positions, colors } from './mui-app-bar'
2+
import { positions, colors } from './muiAppBar'
33

44
export const description = 'Material-UI <AppBar> with menu icon'
55

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import snip from '../snip'
2-
import { variants, colors } from './mui-button'
2+
import { variants, colors } from './muiButton'
33

44
export const description = 'Material-UI <ButtonGroup>'
55
export const body = snip`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import snip from '../snip'
2-
import { variants, colors, sizes } from './mui-button'
2+
import { variants, colors, sizes } from './muiButton'
33

44
export const description = 'Material-UI <ButtonGroup> with size'
55
export const body = snip`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import snip from '../snip'
2-
import { variants, colors } from './mui-button'
2+
import { variants, colors } from './muiButton'
33

44
export const description = 'Material-UI vertical <ButtonGroup>'
55
export const body = snip`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import snip from '../snip'
2-
import { variants, colors, sizes } from './mui-button'
2+
import { variants, colors, sizes } from './muiButton'
33

44
export const description = 'Material-UI <Button> with size'
55
export const body = snip`

0 commit comments

Comments
 (0)