deploy: 2ca7ad1e4c
This commit is contained in:
18
docs/references/plugins/responsive.md
Normal file
18
docs/references/plugins/responsive.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# BaseElement
|
||||
_This is the responsive plugin. It provides a fluent builder API for creating responsive states with an intuitive when/apply/otherwise syntax._
|
||||
|
||||
## Functions
|
||||
|
||||
|Method|Returns|Description|
|
||||
|---|---|---|
|
||||
|[BaseElement:responsive](#baseelement-responsive-self)|ResponsiveBuilder|Creates a responsive state builder|
|
||||
|
||||
## BaseElement:responsive(self)
|
||||
|
||||
Creates a responsive builder for defining responsive states
|
||||
|
||||
### Parameters
|
||||
* `self` `BaseElement` The element to create the builder for
|
||||
|
||||
### Returns
|
||||
* `ResponsiveBuilder` `builder` The responsive builder instance
|
||||
Reference in New Issue
Block a user