Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNOW-51: Moving boostrap stuff to UIKit. #64

Merged
merged 11 commits into from
Apr 21, 2022
10 changes: 0 additions & 10 deletions Models/BootstrapAccordionItem.cs

This file was deleted.

14 changes: 0 additions & 14 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,6 @@ Includes:

Adds a dump of metadata to the output about every shape. This will help you understand how a shape is displayed and how you can override it. Just check out the HTML output. You can see a video demo of this feature in action [on YouTube](https://www.youtube.com/watch?v=WI4TEKVc9SA).

### Helpful Shapes

Adds common constructs you can use in your views.

#### BootstrapAccordion

It displays an [accordion powered by Bootstrap](https://getbootstrap.com/docs/4.0/components/collapse/#accordion-example). It displays shapes as content. The `Children` property is required.

```html
<shape type="BootstrapAccordion"
prop-AdditionalClasses="string"
prop-Children="IEnumerable<BootstrapAccordionItem>"></shape>
```

### Security Extensions


Expand Down
53 changes: 0 additions & 53 deletions Views/BootstrapAccordion.cshtml

This file was deleted.