Skip to content

Commit

Permalink
Update link to Semantic-UI pagination component, change references to…
Browse files Browse the repository at this point in the history
… Bootstrap to Semantic UI. (#95)
  • Loading branch information
neontuna authored and ddnexus committed Oct 9, 2018
1 parent b2f5fd0 commit 02b0a74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/extras/semantic.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Semantic UI
---
# Semantic UI Extra

This extra adds nav helper and templates for Semantic UI CSS [pagination component](https://semantic-ui.com/collections/menu.html).
This extra adds nav helper and templates for Semantic UI CSS [pagination component](https://semantic-ui.com/collections/menu.html#pagination).

## Synopsys

Expand All @@ -20,8 +20,8 @@ with a fast helper:

```erb
<%== pagy_nav_semantic(@pagy) %>
<%== pagy_nav_responsive_semantic(@pagy) %>
<%== pagy_nav_compact_semantic(@pagy) %>
<%== pagy_nav_responsive_semantic(@pagy) %>
```

## Files
Expand All @@ -40,13 +40,13 @@ This method is the same as the `pagy_nav`, but customized for Semantic UI.

### pagy_nav_compact_semantic(pagy, ...)

This method is the same as the `pagy_nav_compact`, but customized for the Bootstrap framework.
This method is the same as the `pagy_nav_compact`, but customized for the Semantic UI framework.

See more details in the [compact navs](navs.md#compact-navs) documentation.

### pagy_nav_responsive_semantic(pagy, ...)

This method is the same as the `pagy_nav_responsive`, but customized for the Bootstrap framework.
This method is the same as the `pagy_nav_responsive`, but customized for the Semantic UI framework.

See more details in the [responsive navs](navs.md#responsive-navs) documentation.

Expand Down

0 comments on commit 02b0a74

Please sign in to comment.