Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. boredomkillsme91
    3. Posts
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by boredomkillsme91

    • RE: How to change style in <ons-input>

      you should be able to style your ons-input component through creating custom modifier.

      Please let me know if this helps.

      <ons-button modifier=“small”>Login</ons-button>

      in style.css

      .button–small{
      font-size: .75rem;
      }

      posted in Onsen UI
      boredomkillsme91
    • RE: How to clear onsen ui page stack?

      any solution for this? I am facing problem on the same.

      posted in Onsen UI
      boredomkillsme91