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
Tessa Kelly
60f25f9085
Implement the types
2019-07-03 12:13:01 -07:00
Tessa Kelly
eb4fdcc128
Allow for custom attributes in button
2019-07-03 11:00:28 -07:00
Tessa Kelly
0edfd97f51
Allow for custom attributes in link
2019-07-03 10:19:54 -07:00
Tessa Kelly
c35cf203c4
Move the link/button specialization to the renderer
2019-07-03 10:16:40 -07:00
Tessa Kelly
ccfdd6c532
💀 remove link
2019-07-03 10:00:15 -07:00
Tessa Kelly
d7aa9fa456
Duplicate the existing behavior with an initial version of the new API
2019-07-03 09:39:06 -07:00
Tessa Kelly
724260bd3a
Introduce builder pattern
2019-07-03 06:52:20 -07:00
Tessa Kelly
d2535caf34
Expose V9
2019-07-03 05:36:57 -07:00
Aaron VonderHaar
ce30943436
Add Nri.Ui.Text.V3
2019-06-27 16:03:47 -07:00
Juan Edi
9619281ba4
Update imports to use new version of Nri.Ui.Icon
2019-05-29 14:20:30 -03:00
Tessa Kelly
2bd5ccb61f
filename -> name
2019-05-03 09:56:43 -07:00
Tessa Kelly
25af73784c
Use svgs in internal modeling
2019-03-27 16:56:54 -07:00
Tessa Kelly
4a336577f7
💀 remove unnecessary dependency on the x
2019-03-27 16:49:07 -07:00
Tessa Kelly
b52523bc13
💀 kill borderless button
2019-03-27 16:37:23 -07:00
Tessa Kelly
fbd03abb5c
Use nri ui button v8
2019-03-27 16:32:47 -07:00
Brooke Angel
7502199e7c
add WidthFillContainer
2018-12-20 10:53:09 -08:00
Brooke Angel
f2e9925b2e
demonstrate clipboard setup in styleguide-app
2018-12-13 12:59:35 -08:00
Brooke Angel
e4469b3ba7
initial add button V7
2018-12-13 10:50:11 -08:00
Brooke Angel
1d24b5caea
fix local running instructions in readme
2018-12-11 21:57:06 +01:00
Brooke Angel
7bbd4c1739
start converting styleguide-app to elm 0.19
2018-12-11 21:57:06 +01:00
Luke Westby
c1ff19f0d0
Add Html.Styled versions for everything ( #139 )
...
* make html.styled versions of remaining widgets
* upgrade all the examples
* change license name
2018-10-23 09:55:30 -07:00
brookeangel
07068031a6
standardize vertical alignment on style guide
2018-10-05 08:14:20 +02:00
brookeangel
61ca62cb47
update button on styleguide
2018-10-05 08:14:20 +02:00
Ian Davies
ef549c21d5
Update styleguide to remove ButtonHeight
2018-10-03 10:01:54 +01:00
Gavin Panella
aefe8692ca
Rename HeightFixed
to HeightDefault
.
2018-10-02 14:38:23 +02:00
Gavin Panella
b28453a279
Change ButtonWidth
from an alias to a custom type.
...
`WidthUnbounded` elicits behaviour the same as `Nothing` was previously, and
`WidthExact Int` is the same as `Just Int`.
2018-10-02 14:38:23 +02:00
Gavin Panella
48832d36b8
Switch from sizing
to height
.
...
This allows for the `HeightFixed` which is the same behaviour as V3,
`HeightBounded Int` which allows for a certain number of lines of text but no
more, and `HeightUnbounded` which will allow the button to grow in height
without bound.
2018-10-02 14:34:11 +02:00