Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Component Name

Component Selector

Component State Name

Input for Component

Output from Component

DiscussCategoryComponent

sb-discuss-category

category

NAcategoryAction

{action: <action Name> <categoryAction>}

DiscussHomeComponent

sb-discuss-home

categoryHome

NAcategoryHomeAction

{action: <action Name> <categoryHomeAction>,tid: <tid>, title: <title>}

DiscussionDetailsComponent

sb-discussion-details

categoryDetails

tid: number

slug: string

categoryDetailsAction

{action: <action Name> <categoryDetailsAction>,topicId: <topicId>}

8. use the widget anywhere in the application as shown below.

...