Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • E EasyChooseStore
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Easy Choose
  • EasyChooseStore
  • Merge requests
  • !15

Merged
Created Apr 06, 2024 by Henrique Dalpisol Lopes@henrique.lopesDeveloper

Criação do componente do Scroll Wrapper.

  • Overview 1
  • Commits 7
  • Changes 2

Adição do componente scroll wrapper.

Exemplo de uso do componente:

<ScrollWrapper maxHeight="500px" maxWidth="580px" padding="20px 10px 10px 10px">
  <SuplementCard
    hasButton={true}
    text="Whey Isolate Protein"
    onClick={() => {
      alert("Ola!");
    }}
    tags={["Tag1", "Tag2"]}
    image={<img src=".." alt=".." />}
  />
</ScrollWrapper>
Edited Apr 06, 2024 by Vinícius André Rech Boff
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/9-Criar-Componente-de-Wrapper-para-Scroll