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

Feature: UI Kit - Notification #96

Open
wants to merge 11 commits into
base: uikit
Choose a base branch
from
Open

Conversation

akueisara
Copy link
Contributor

Reopen the PR #92

Description

Build the Notification component based on the design system.
There are three styles: info, success, and error.

Note: The lint checks by Github Actions will fail because the sub modules VirtusizeCore and VirtusizeUIKit are not released yet.

Usage

let infoNotification = VirtusizeUINotification(
	title: "Some informational message for you.",
	style: .info
)
infoNotification.show()

Demo

Oct-14-2021 11-34-12

Ticket

https://app.clickup.com/t/1nanatp

@akueisara akueisara added the Feature New feature or request label Nov 11, 2021
@akueisara akueisara self-assigned this Nov 11, 2021
@akueisara akueisara changed the base branch from master to uikit November 11, 2021 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant