Skip to content

Find less clunky way to configure some components #10

@RiRiSharp

Description

@RiRiSharp

Using all those enums on some components feels clunky and like overdoing it. Besides, a lot of wrong choices can be made too.

<BsTable Options="BsTableOptions.Bordered | BsTableOptions.BorderPrimary | BsTableOptions.TableWarning | BsTableOptions.TableHover">
// ...

Suggested:

<BsTable Border="BsTableBorderOptions.BorderPrimary" Variant="BsTableVariants.Warning" Hover="true" />

<BsRow> and ` suffer the same fate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions