Skip to content

Commit

Permalink
Merge pull request #64 from Lombiq/issue/SNOW-51
Browse files Browse the repository at this point in the history
SNOW-51: Moving boostrap stuff to UIKit.
  • Loading branch information
barthamark authored Apr 21, 2022
2 parents 6323cef + 1b794c9 commit fdf5449
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 77 deletions.
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.

0 comments on commit fdf5449

Please sign in to comment.