version 0.2.0 replaces fromer version!
This commit is contained in:
parent
9419f166ce
commit
80252baf53
33 changed files with 3434 additions and 478 deletions
6
adapters/django/templates/whynot/_button.html
Normal file
6
adapters/django/templates/whynot/_button.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{# Button.
|
||||
|
||||
{% include "whynot/_button.html" with label="Promote" variant="primary" icon="arrow-right" %}
|
||||
{% include "whynot/_button.html" with label="Cancel" %}
|
||||
{% include "whynot/_button.html" with label="Read" href="/docs" variant="ghost" %} #}
|
||||
<wn-button{% if variant %} variant="{{ variant }}"{% endif %}{% if icon %} icon="{{ icon }}"{% endif %}{% if href %} href="{{ href }}"{% endif %}{% if type %} type="{{ type }}"{% endif %}{% if disabled %} disabled{% endif %}>{{ label }}</wn-button>
|
||||
Loading…
Add table
Add a link
Reference in a new issue