mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
feat(divider): add new ion-divider component (#30270)
Issue number: internal --------- ## What is the new behavior? - Introduces a new component, `ion-divider` which has two props, `spacing` and `inset`. - Adds e2e tests to both `spacing` and `inset` props ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information - As discussed with the PO, using this new component inside an `ion-item` is out of scope , for now. --------- Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> Co-authored-by: Gonçalo M. <goncalo.martins@outsystems.com> Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
This commit is contained in:
@ -25,6 +25,7 @@ export const DIRECTIVES = [
|
||||
d.IonContent,
|
||||
d.IonDatetime,
|
||||
d.IonDatetimeButton,
|
||||
d.IonDivider,
|
||||
d.IonFab,
|
||||
d.IonFabButton,
|
||||
d.IonFabList,
|
||||
|
||||
Reference in New Issue
Block a user