mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-23 10:46:13 +02:00
Create TS type for pattern
This commit is contained in:
40
client/constants/Pattern.ts
Normal file
40
client/constants/Pattern.ts
Normal file
@@ -0,0 +1,40 @@
|
||||
enum Pattern {
|
||||
Badge = 'Badge',
|
||||
Breadcrumb = 'Breadcrumb',
|
||||
ButtonWithIcon = 'Button with icon',
|
||||
Card = 'Card',
|
||||
Centering = 'Centering',
|
||||
DockedAtCorner = 'Docked at corner',
|
||||
DotNavigation = 'Dot navigation',
|
||||
FeatureList = 'Feature list',
|
||||
FixedAtCorner = 'Fixed at corner',
|
||||
HolyGrail = 'Holy grail',
|
||||
InputAddOn = 'Input add-on',
|
||||
MediaObject = 'Media object',
|
||||
Menu = 'Menu',
|
||||
Modal = 'Modal',
|
||||
Notification = 'Notification',
|
||||
Pagination = 'Pagination',
|
||||
PreviousNextButtons = 'Previous next buttons',
|
||||
PricingTable = 'Pricing table',
|
||||
ProgressBar = 'Progress bar',
|
||||
QuestionsAndAnswers = 'Questions and answers',
|
||||
RadioSwitch = 'Radio switch',
|
||||
SameHeightColumns = 'Same height columns',
|
||||
SearchBox = 'Search box',
|
||||
Separator = 'Separator',
|
||||
Sidebar = 'Sidebar',
|
||||
SimpleGrid = 'Simple grid',
|
||||
Slider = 'Slider',
|
||||
SplitNavigation = 'Split navigation',
|
||||
SplitScreen = 'Split screen',
|
||||
StepperInput = 'Stepper input',
|
||||
StickyFooter = 'Sticky footer',
|
||||
StickyHeader = 'Sticky header',
|
||||
Switch = 'Switch',
|
||||
Tab = 'Tab',
|
||||
TogglePasswordVisibility = 'Toggle password visibility',
|
||||
Wizard = 'Wizard',
|
||||
}
|
||||
|
||||
export default Pattern;
|
Reference in New Issue
Block a user