Commit Graph

86 Commits

Author SHA1 Message Date
Tessa Kelly
a761c9c404 Remove brittle css parsing to simplify example code 2022-03-09 17:16:13 -08:00
Tessa Kelly
4684939411 Adds code generation to Button 2022-03-04 17:19:03 -08:00
Tessa Kelly
d849f3ae75 Adds css helpers to Button 2022-03-04 17:16:57 -08:00
Tessa Kelly
c6f8f7a854 reorder args to emphasize button type 2022-03-04 17:14:14 -08:00
Tessa Kelly
5284b8aac2 Use a list for the Button attribute examples 2022-03-04 17:13:22 -08:00
Tessa Kelly
99ee395e10 Add icons to default examples, so percy can catch icon regressions 2022-02-18 11:42:53 -08:00
Tessa Kelly
52a58c4924 Remove the preview items from the tab order
need to fix switch still
2021-11-05 14:35:09 -07:00
Tessa Kelly
51c14c0106 Adds ClickableText preview 2021-11-05 12:16:52 -07:00
Tessa Kelly
db95e2c3b9 Adds Button examples 2021-11-05 12:07:58 -07:00
Tessa Kelly
52dd34abc2 Adds to example record 2021-11-05 11:19:08 -07:00
Liz Krane
36280b73af Run elm-format --elm-version=0.19 2021-09-02 14:33:25 -07:00
Liz Krane
c720d333bc Update toggle button state on click 2021-09-02 13:05:50 -07:00
Liz Krane
a63bd36029 Add toggle button state to model, pass to toggleButtons 2021-09-02 11:35:18 -07:00
Tessa Kelly
9fcfdc7318 Change model to use a record so that we can add the toggle button state to it 2021-09-02 10:55:19 -07:00
Tessa Kelly
83946a6b0e 💀 remove atomic design elements 2021-05-27 18:30:31 -07:00
Tessa Kelly
5abcdf9d78 💀 remove delete button from the examples; use ClickableSvg for this behavior 2020-11-06 10:35:24 -08:00
Tessa Kelly
ea59a9f352 Adds non-square ui icons to the button example 2020-10-28 09:38:38 -07:00
Brian Hicks
b2d555137c add a button that can grow within bounds 2020-10-26 16:53:43 -05:00
Tessa Kelly
e431f736ce Adds separate version field 2020-09-09 11:43:10 -07:00
Tessa Kelly
9b0b4c300e Follow review recs on sorting modules into atomic design types 2020-06-23 10:21:31 -07:00
Tessa Kelly
3ca51afde0 Rename from 'shortcuts' to 'support' -- not about providing shortcuts, about providing access 2020-06-19 14:45:32 -07:00
Tessa Kelly
a84f0b9665 Wire in keyboard shortcuts section to the examples 2020-06-19 14:35:53 -07:00
Tessa Kelly
87ff24e8f0 Remove namespacing 2020-06-19 14:16:10 -07:00
Tessa Kelly
68ea678d7c Adds atomic design tags 2020-06-19 13:41:28 -07:00
Tessa Kelly
3d1d65b508 💀 remove Module example 2020-03-31 16:35:17 -07:00
Tessa Kelly
6d5184137f Adds Example type annotations 2020-03-31 16:35:17 -07:00
Tessa Kelly
de82a5c4ab Adds back in subscriptions 2020-03-31 16:35:17 -07:00
Tessa Kelly
dc9ed8ba7b Uncomment all the states 2020-03-31 16:35:17 -07:00
Tessa Kelly
267164e9cc Adds banner alert example back in 2020-03-31 16:35:17 -07:00
Tessa Kelly
2f5fb613f2 Adds button example back in 2020-03-31 16:35:17 -07:00
Tessa Kelly
5d1fb3c5ba Change category modeling to allow presence in multiple categories 2020-03-23 17:48:53 -07:00
Tessa Kelly
2b87eb84df 🎨 Pull Category out into its own module 2020-03-23 17:33:42 -07:00
Gavin Panella
28d36c6f64 Revert "Merge pull request #461 from NoRedInk/puffins/prepare-for-merge"
This reverts commit 4373c78d82, reversing
changes made to 6b78075f02.
2020-03-06 20:00:34 +01:00
Stoeffel
873f0ef521 move files into subdirectory 2020-03-02 10:45:03 +01:00
Ben Dansby
6f9a4bb69b adjust example layout 2020-01-28 17:09:53 -08:00
Ben Dansby
3846db917a import v10 in example 2020-01-28 17:09:32 -08:00
Tessa Kelly
84ee51f1a7 💀 remove the assets from the Button examples 2019-10-24 10:47:11 -07:00
Tessa Kelly
eb53f7661b Use avh4/elm-debug-controls 2019-07-30 12:55:55 -07:00
Brian Hicks
6eba967567 replace Headings with Nri.Ui.Heading.V2 2019-07-23 09:58:23 -05:00
Brian Hicks
9fac5ad438 add Nri.Ui.Text.V4 without headings 2019-07-23 09:09:07 -05:00
Tessa Kelly
6896a5e6f3 Update link helpers to specify what they require in order to work properly 2019-07-19 18:27:17 -07:00
Tessa Kelly
19de994db2 Make label required 2019-07-19 18:16:46 -07:00
Tessa Kelly
2bad7531f0 Custom takes a list 2019-07-19 14:56:01 -07:00
Tessa Kelly
ba66f8f221 update attribute helpers to feel more natural in the new pattern 2019-07-19 09:07:42 -07:00
Tessa Kelly
b527f61894 Use attribute-based API instead 2019-07-19 08:57:56 -07:00
Tessa Kelly
719d77b844 Add a custom attribute to the examples 2019-07-11 15:25:00 -07:00
Tessa Kelly
ccf793d5e1 Generalize the button 2019-07-11 15:23:20 -07:00
Tessa Kelly
c7c56cdf3d Rather than passing the attributes through, render the button and link directly 2019-07-11 14:41:46 -07:00
Tessa Kelly
441c6ff02c 💀 Remove 'Button' 2019-07-11 14:29:10 -07:00
Tessa Kelly
de29750f91 Adds function helpers for setting enabled or not 2019-07-11 14:23:25 -07:00