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

Responsive TagHelpers completed #301

Merged
merged 2 commits into from
Feb 5, 2020
Merged

Responsive TagHelpers completed #301

merged 2 commits into from
Feb 5, 2020

Conversation

wangkanai
Copy link
Owner

@wangkanai wangkanai commented Feb 5, 2020

<section id="device">
    <h3>device</h3>
    <h5>desktop</h5>
    <device include="desktop">is desktop</device>
    <device exclude="desktop">not desktop</device>
    <h5>tablet</h5>
    <device include="tablet">is tablet</device>
    <device exclude="tablet">not tablet</device>
    <h4>mobile</h4>
    <device include="mobile">is mobile</device>
    <device exclude="mobile">not mobile</device>
</section>

<section id="browser">
    <h3>browser</h3>
    <h5>google chrome</h5>
    <browser include="chrome">is chrome</browser>
    <browser exclude="chrome">not chrome</browser>
    <h5>microsoft edge</h5>
    <browser include="edge">is edge</browser>
    <browser exclude="edge">not edge</browser>
</section>

<section id="platform">
    <h3>platform</h3>
    <h5>microsoft windows</h5>
    <platform include="windows">is windows</platform>
    <platform exclude="windows">not windows</platform>
    <h5>apple ios</h5>
    <platform include="ios">is ios</platform>
    <platform exclude="ios">not ios</platform>
</section>

<section id="engine">
    <h3>engine</h3>
    <h5>blink</h5>
    <engine include="blink">is blink</engine>
    <engine exclude="blink">not blink</engine>
    <h5>webkit</h5>
    <engine include="webkit">is webkit</engine>
    <engine exclude="webkit">not webkit</engine>
</section>

<section id="crawler">
    <h3>crawler</h3>
    <h5>google</h5>
    <engine include="google">is google</engine>
    <engine exclude="google">not google</engine>
    <h5>bing</h5>
    <engine include="bing">is bing</engine>
    <engine exclude="bing">not bing</engine>
</section>

@wangkanai wangkanai linked an issue Feb 5, 2020 that may be closed by this pull request
@wangkanai wangkanai added this to the 3.0 Alpha07 milestone Feb 5, 2020
@wangkanai wangkanai self-assigned this Feb 5, 2020
@wangkanai wangkanai merged commit ac611cb into dev Feb 5, 2020
@wangkanai wangkanai deleted the taghelper branch February 5, 2020 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Responsive TagHelper
1 participant